transformation.associationtags.buttonlisteners
Class EditCancelButtonListener

java.lang.Object
  extended by transformation.associationtags.buttonlisteners.EditCancelButtonListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class EditCancelButtonListener
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
EditCancelButtonListener(AssociationTagWindow window)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Cancels the changes made to an association tag, closes the editing form and opens the association tags list
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditCancelButtonListener

public EditCancelButtonListener(AssociationTagWindow window)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Cancels the changes made to an association tag, closes the editing form and opens the association tags list

Specified by:
actionPerformed in interface java.awt.event.ActionListener